module TABAS
{
	import 
	{
		Base,
	}

	item Mov_LargeDeluxeBathClean1
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 1.0,
		DisplayName = White Bath - Clean,
		WorldObjectSprite = tabas_fixtures_bathroom_01_25,
	}
	
	item Mov_LargeDeluxeBathClean2
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 1.0,
		DisplayName = White Bath - Clean,
		WorldObjectSprite = tabas_fixtures_bathroom_01_24,
	}

	item Mov_LargeDeluxeBath1
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 1.0,
		DisplayName = White Bath,
		WorldObjectSprite = fixtures_bathroom_01_25,
	}
	
	item Mov_LargeDeluxeBath2
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 1.0,
		DisplayName = White Bath,
		WorldObjectSprite = fixtures_bathroom_01_24,
	}

	item Mov_DeluxeShower
	{
		DisplayCategory = Furniture,
		Type = Moveable,
		Icon = default,
		Weight = 1.0,
		DisplayName = White Shower,
		WorldObjectSprite = fixtures_bathroom_01_32,
	}

}